home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / fm / Fmgen.py next >
Text File  |  1996-04-12  |  2KB  |  85 lines

  1. # Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Fonts.h'
  2.  
  3. f = Function(void, 'InitFonts',
  4. )
  5. functions.append(f)
  6.  
  7. f = Function(void, 'GetFontName',
  8.     (short, 'familyID', InMode),
  9.     (Str255, 'name', OutMode),
  10. )
  11. functions.append(f)
  12.  
  13. f = Function(void, 'GetFNum',
  14.     (ConstStr255Param, 'name', InMode),
  15.     (short, 'familyID', OutMode),
  16. )
  17. functions.append(f)
  18.  
  19. f = Function(Boolean, 'RealFont',
  20.     (short, 'fontNum', InMode),
  21.     (short, 'size', InMode),
  22. )
  23. functions.append(f)
  24.  
  25. f = Function(void, 'SetFontLock',
  26.     (Boolean, 'lockFlag', InMode),
  27. )
  28. functions.append(f)
  29.  
  30. f = Function(void, 'SetFScaleDisable',
  31.     (Boolean, 'fscaleDisable', InMode),
  32. )
  33. functions.append(f)
  34.  
  35. f = Function(void, 'FontMetrics',
  36.     (FMetricRecPtr, 'theMetrics', OutMode),
  37. )
  38. functions.append(f)
  39.  
  40. f = Function(void, 'SetFractEnable',
  41.     (Boolean, 'fractEnable', InMode),
  42. )
  43. functions.append(f)
  44.  
  45. f = Function(short, 'GetDefFontSize',
  46. )
  47. functions.append(f)
  48.  
  49. f = Function(Boolean, 'IsOutline',
  50.     (Point, 'numer', InMode),
  51.     (Point, 'denom', InMode),
  52. )
  53. functions.append(f)
  54.  
  55. f = Function(void, 'SetOutlinePreferred',
  56.     (Boolean, 'outlinePreferred', InMode),
  57. )
  58. functions.append(f)
  59.  
  60. f = Function(Boolean, 'GetOutlinePreferred',
  61. )
  62. functions.append(f)
  63.  
  64. f = Function(void, 'SetPreserveGlyph',
  65.     (Boolean, 'preserveGlyph', InMode),
  66. )
  67. functions.append(f)
  68.  
  69. f = Function(Boolean, 'GetPreserveGlyph',
  70. )
  71. functions.append(f)
  72.  
  73. f = Function(OSErr, 'FlushFonts',
  74. )
  75. functions.append(f)
  76.  
  77. f = Function(short, 'GetSysFont',
  78. )
  79. functions.append(f)
  80.  
  81. f = Function(short, 'GetAppFont',
  82. )
  83. functions.append(f)
  84.  
  85.